From: Chong Yidong Date: Sun, 8 Mar 2009 19:37:00 +0000 (+0000) Subject: (term-send-raw-meta): Deactivate the mark first (Bug#2449). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1366 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=87df3837471a6d521c6d493ed3b3469cca0c6bdd;p=emacs.git (term-send-raw-meta): Deactivate the mark first (Bug#2449). --- diff --git a/lisp/term.el b/lisp/term.el index 3d21d8b6fc0..3fda9bee646 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -1191,6 +1191,7 @@ without any interpretation." (defun term-send-raw-meta () (interactive) + (deactivate-mark) (let ((char last-input-event)) (when (symbolp last-input-event) ;; Convert `return' to C-m, etc.